HeaderListItem(String) Property

Gets the Header with the specified name.

Definition

Namespace: Independentsoft.Email.Mime
Assembly: Independentsoft.Pst (in Independentsoft.Pst.dll) Version: 1.2.900.17830
C#
public Header this[
	string name
] { get; }

Parameters

name  String
The name.

Return Value

Header
Header.

See Also